home *** CD-ROM | disk | FTP | other *** search
/ Champak 50 / Volume 50 - JOGO DISK .iso / Games / lights_out.swf / scripts / DefineSprite_30 / frame_1 / DoAction.as
Text File  |  2007-09-27  |  148b  |  7 lines

  1. var splitName = this._name.split("_");
  2. var hitID = splitName[1];
  3. this.onRollOver = function()
  4. {
  5.    _root.flashlight_mc.gotoAndStop(hitID);
  6. };
  7.